Fix the toml-rs build location
authorAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 05:01:02 +0000 (22:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 18:09:39 +0000 (11:09 -0700)
Makefile

index 4bba33d924284068cfcce9a54cb9b1d98330349a..2e852de1fa777ee6ee6b6f585d75851e675bd3d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ BINS = cargo \
 SRC = $(shell find src -name '*.rs' -not -path 'src/bin*')
 
 DEPS = -L libs/hammer.rs/target -L libs/toml-rs/build
-TOML = libs/toml-rs/lib/$(shell rustc --crate-file-name libs/toml-rs/src/toml.rs)
+TOML = libs/toml-rs/build/$(shell rustc --crate-file-name libs/toml-rs/src/toml.rs)
 HAMMER = libs/hammer.rs/target/$(shell rustc --crate-type=lib --crate-file-name libs/hammer.rs/src/hammer.rs)
 HAMCREST = libs/hamcrest-rust/target/libhamcrest.timestamp
 LIBCARGO = target/libcargo.timestamp